<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*清除样式*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal
}

ol,
ul,
li {
	list-style: none
}

caption,
th {
	text-align: left
}

q:before,
q:after {
	content: ''
}

abbr,
acronym {
	border: 0
}

a {
	text-decoration: none;
}

.clearfix {
	clear: both;
}

input:-moz-placeholder {
	color: #ddd;
}

input:-ms-input-placeholder {
	color: #ddd;
}

input::-webkit-input-placeholder {
	color: #ddd;
}

.head-bg {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	background: #eee;
}

.head {
	width: 1200px;
	height: 30px;
	margin: 0 auto;
}

.hl {
	float: left;
	line-height: 30px;
	font-size: 14px;
	color: #888;
}

.hr {
	float: right;
	line-height: 30px;
	font-size: 14px;
	color: #888;
}

.hr a {
	color: #888;
}


/*logo+nav*/

.logo-nav-bg {
	width: 100%;
	height: 54px;
	margin: 20px auto;
}

.logo-nav {
	width: 1200px;
	height: 54px;
	margin: 0 auto;
}

.logo {
	float: left;
	height: 54px;
}

.logo img {
	display: block;
	height: 54px;
	width: auto;
}

.nav {
	float: right;
	width: 728px;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
}

.nav-v {
	text-align: center;
	line-height: 54px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	text-align: center;
}

.nav a {
	color: #000;
	font-size: 16px;
}

.nav a:hover {
	color: #0086db;
	border-bottom: 1px solid #0086db;
	padding-bottom: 10px;
}


/*banner*/

#focus-banner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#focus-banner-list {
	position: relative;
}

#focus-banner-list li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#focus-banner-list li img {
	width: 100%;
	vertical-align: top;
}

.focus-banner-img {
	display: block;
}

#focus-banner .focus-handle {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 100;
	display: block;
	width: 80px;
	height: 80px;
	background-image: url("../img/focus_handle.png");
}

#next-img {
	left: 0;
}

#next-img {
	left: 50px;
	background-position: 0 0;
}

#next-img:hover {
	background-position: 0 -80px;
}

#prev-img {
	right: 0;
}

#prev-img {
	right: 50px;
	background-position: -80px 0;
}

#prev-img:hover {
	background-position: -80px -80px;
}

#focus-bubble {
	position: absolute;
	left: 50%;
	bottom: 20px;
	z-index: 999;
}

#focus-bubble li {
	float: left;
	width: 24px;
	height: 4px;
	margin: 0 8px;
	background-color: #fff;
	cursor: pointer;
}

#focus-bubble li a {
	display: block;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	opacity: 0;
}

#focus-bubble li.current {
	background-color: #0086db;
}


/*Product Categories*/

.product-c-bg {
	width: 100%;
	height: auto;
	margin: 30px auto 0;
}

.product-c {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.product-c ul {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
}

.product-c ul li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	text-align: center;
	margin: 0 5px;
}

.product_ca {
	position: relative;
	height: auto;
	overflow: hidden;
}

.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 134, 219, 0.8);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
	z-index: 1;
}

.product_ca img {
	display: block;
	width: 100%;
}

.product_ca:hover .overlay {
	height: 30px;
}

.text {
	white-space: nowrap;
	color: white;
	font-size: 16px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}


/*Product*/

.product-bg {
	width: 100%;
	height: auto;
	margin: 60px auto 0;
}

.product {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.product1 {
	width: 1200px;
	height: 310px;
	margin: 0 auto;
}

.product1-pic {
	width: 860px;
	height: 310px;
	float: left;
	overflow: hidden;
}

.product1-pic img {
	display: block;
	width: 100%;
	height: 310px;
}

.product1-nr {
	width: 300px;
	height: 310px;
	float: right;
}

.product1-title {
	font-size: 34px;
	font-weight: bold;
	margin-top: 30px;
}

.product1-title a {
	color: #000;
}

.product1_nr {
	font-size: 16px;
	line-height: 24px;
	margin-top: 13px;
	height: 192px;
	overflow: hidden;
}

.product1-nr a {
	color: #000;
}

.product1-nr a:hover {
	color: #0086db;
}

.product-cp {
	width: 1200px;
	height: auto;
	margin: 60px auto 0;
}

.product-cp ul li {
	width: 580px;
	float: left;
	height: auto;
}

.product-cp ul li:nth-child(2) {
	float: right;
}

.product-cp ul li:nth-child(4) {
	float: right;
}

.product-cp ul li:nth-child(6) {
	float: right;
}

.product-cp ul li:nth-child(8) {
	float: right;
}

.product-cp ul li:nth-child(10) {
	float: right;
}

.product-cp ul li:nth-child(12) {
	float: right;
}

.product-img {
	width: 580px;
	height: auto;
	overflow: hidden;
}

.product-img img {
	display: block;
	width: 100%;
	height: auto;
}

.product_title {
	font-size: 24px;
	text-align: center;
	margin-top: 30px;
}

.product_title a {
	color: #000;
}

.product_title a:hover {
	color: #0086DB;
}


/*about*/

.about-bg {
	width: 100%;
	height: auto;
	margin: 60px auto 0;
}

.about {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.about-title {
	font-size: 42px;
	color: #000;
}

.about-pic {
	width: 860px;
	height: 460px;
	float: left;
	overflow: hidden;
}

.about-pic img {
	display: block;
	width: 100%;
	height: 460px;
}

.about-nr {
	float: right;
	width: 300px;
	height: auto;
	margin-top: 40px;
	overflow: hidden;
}

.about_nr {
	margin-top: 40px;
	overflow: hidden;
}

.about_title p {
	display: block;
	font-size: 34px;
	color: #000;
	margin-bottom: 20px;
}

.about_title span {
	font-size: 26px;
	color: #000;
	letter-spacing: -1px;
}

.about1 {
	width: 300px;
	height: 244px;
	overflow: hidden;
	line-height: 24px;
	font-size: 16px;
	margin-top: 20px;
}


/*fu-banner*/

.fu-banner {
	width: 100%;
	height: auto;
	margin: 60px auto 0;
}

.fu-banner img {
	display: block;
	width: 100%;
}


/*news*/

.news-bg {
	width: 100%;
	height: auto;
	margin: 60px auto 0;
}

.news {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.news-title {
	background: url(../img/05.png) no-repeat center right;
}

.news-ns ul {
	margin-top: 20px;
}

.news-ns ul li {
	width: 248px;
	height: auto;
	background: #f0f0f0;
	margin: 10px;
	float: left;
	padding: 16px;
}

.news_title {
	max-width: 248px;
	height: 24px;
	margin: 0 auto;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_title a {
	display: block;
	width: 248px;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
}

.news_nr {
	width: 248px;
	line-height: 24px;
	font-size: 14px;
	margin-top: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
    	display: -webkit-box;
    	word-break: break-all;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 3;
}

.news_nr a {
	color: #666;
}

.news-more {
	margin-top: 24px;
	font-size: 14px;
	font-family: "arial narrow";
}

.news-more a {
	color: #000;
	border-bottom: 1px solid #000;
}

.news-more a:hover {
	color: #0086db;
	border-bottom: 1px solid #0086db;
}

.more {
	width: 256px;
	height: 32px;
	border: 1px solid #ddd;
	border-radius: 16px;
	text-align: center;
	line-height: 32px;
	margin: 15px auto 0;
}

.more a {
	font-size: 16px;
	padding-right: 25px;
	background: url(../img/more.png) right 3px no-repeat;
	color: #0086DB;
}


/*search*/

.search-bg {
	width: 100%;
	height: 30px;
	margin: 40px auto 0;
}

.search {
	width: 1200px;
	height: 30px;
	margin: 0 auto;
}

.hot-search {
	line-height: 30px;
	font-size: 18px;
	color: #000;
	float: left;
}

.hot-search a {
	color: #000;
}

.hot-search a:hover {
	color: #0086DB;
}

.search form {
	width: 280px;
	height: 28px;
	border-radius: 15px;
	overflow: hidden;
	float: right;
	border: 1px solid #e4e4e4;
}

.search form input[type="text"] {
	width: 132px;
	height: 28px;
	background: none;
	border: none;
	margin-left: 12px;
	outline: none;
	color: #333;
}

.search form input[type="submit"] {
	width: 22px;
	height: 22px;
	margin-top: 4px;
	float: right;
	margin-right: 12px;
	background: url(../img/search.png);
	border: none;
}


/*footert*/

.footer-bg {
	width: 100%;
	height: auto;
	margin: 40px auto 0;
	background: #0086DB;
	overflow: hidden;
}

.footer-nav {
	width: 100%;
	height: auto;
	padding: 30px 0;
	margin: 0 auto;
	border-bottom: 1px solid #eaeaea;
}

.footer_nav {
	width: 1200px;
	height: 24px;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
}

.footer_nav a {
	display: block;
	text-align: center;
	height: auto;
	margin: 0 5px;
	font-size: 18px;
	color: #fff;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	text-align: center;
}

.footer_nav a:nth-last-child(1) {
	border: none;
}

.footer-nr {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 30px;
}

.footer-znr {
	width: 874px;
	height: auto;
	float: left;
	font-size: 16px;
}

.footer_n {
	margin-top: 20px;
	color: #fff;
}

.footer_n a {
	color: #fff;
	margin: 0 5px;
}

.erweim {
	width: 120px;
	float: right;
}

.erweim-pic {
	width: 120px;
	height: 120px;
	border-radius: 8px;
	overflow: hidden;
	margin-top: 33px;
}

.erweim-pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.erweim p {
	text-align: center;
	display: block;
	margin-top: 10px;
	color: #fff;
	font-size: 22px;
}


/*内页*/

.n_banner {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.n_banner img {
	width: 100%;
	height: auto;
	display: block;
}

.main {
	width: 1200px;
	height: auto;
	margin: 30px auto 0;
}

.left {
	width: 250px;
	float: left;
}

.left .box {
	margin-bottom: 10px;
}

.left .box h3 {
	line-height: 30px;
	padding-left: 15px;
	font-weight: bold;
	background: url(../images/nav-n.png) no-repeat 0% 100%;
	font-size: 14px;
	color: #000;
}

.left .box .content {
	padding: 5px;
	line-height: 30px;
	font-size: 14px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.sort_product h3 {
	background-color: #ececec;
	line-height: 28px;
	padding-left: 15px;
	font-weight: bold;
}

.n_contact {
	margin-top: 10px;
}

.n_contact h3 {
	background-color: #ececec;
	line-height: 28px;
	padding-left: 15px;
	font-weight: bold;
}

.n_contact .content {
	padding: 5px;
}

.right {
	width: 920px;
	float: right;
}

.sitemp {
	line-height: 31px;
	height: 31px;
	overflow: hidden;
	padding-right: 10px;
	background: url(../images/nav-n.png) no-repeat 0% 100%;
}

.sitemp h2 {
	width: 335px;
	float: left;
	line-height: 31px;
	text-align: center;
	text-align: left;
	text-indent: 15px;
	color: #000;
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: bold;
}

.sitemp .site {
	width: 380px;
	float: right;
	text-align: right;
	line-height: 30px;
	font-family: "微软雅黑";
	font-size: 14px;
}

.sitemp .site a:link {
	color: #666;
}

.sitemp .site a:visited {
	color: #666;
}

.sitemp .site a:hover,
a:active,
a:focus {
	color: #0086db;
	text-decoration: none;
	outline: none;
}

.right .content {
	padding: 10px;
	padding-top: 15px;
	overflow: hidden;
}

.right .content p {
	line-height: 30px;
}

.right .content .intro {
	border: 1px solid #e5e5e5;
	background: #f2f2f2;
	line-height: 30px;
	padding: 10px;
	margin-top: 15px;
	font-size: 14px;
	margin-bottom: 15px;
}


/*内页左侧分类通用样式*/

.sort {
	border-bottom: #D9D9D9 1px solid;
}

.sort li .layer2 {
	position: absolute;
	left: 210px;
	top: 0px;
	width: 210px;
	padding: 10px 20px;
	background: #f5f6f6;
	border-bottom: 2px solid #333;
	z-index: 9999;
}

.sort li .layer2 li {
	overflow: hidden;
}

.sort li .layer2 li a {
	font-weight: bold;
	background: url(../images/ico1.gif) no-repeat 0% 50%;
}

.sort li .layer2 li a:hover {
	text-decoration: none;
}

.sort li .layer2 li .layer3 li {
	border-bottom: 1px dashed #d5d5d5;
	margin: 6px 0px;
	height: 24px;
	line-height: 24px;
}

.sort li .layer2 li .layer3 li a {
	font: normal 12px/24px "微软雅黑";
	background: none;
}

.sort li a {
	background: url(../images/dot4.png) no-repeat 5px -38px;
	color: #666;
	display: block;
	line-height: 35px;
	font-family: "微软雅黑";
	border-bottom: 1px solid #dddddd;
	padding-left: 25px;
	font-size: 14px;
}

.sort li a:hover {
	text-decoration: none;
	background: url(../images/dot4.png) no-repeat 5px 15px #f5f6f6;
}

.sort li.change a {
	background: url(../images/dot4.png) no-repeat 5px 15px #f5f6f6;
}

.sort1 {
	padding-top: 12px;
	padding-left: 11px;
	padding-right: 11px;
}

.sort1 li {
	margin-bottom: 5px;
}

.sort1 li a {
	background: url(../images/sort1.jpg) 0 50% no-repeat;
	color: #2e2e2e;
	display: block;
	line-height: 32px;
	font-family: "微软雅黑";
	padding-left: 60px;
	font-size: 14px;
}

.sort1 li a:hover {
	text-decoration: none;
	background: url(../images/sort11.jpg) 0 50% no-repeat;
}

.news_list li {
	position: relative;
	padding-left: 10px;
	height: 35px;
	line-height: 35px;
}

.news_list li a {
	color: #666;
	display: block;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}

.news_list li a:hover {
	text-decoration: none;
	color: #0086db;
}

.news_list li span {
	color: #999;
	z-index: 0;
	line-height: 27px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.news_listt1 {}

.news_listt1 li {
	line-height: 27px;
	position: relative;
	padding-left: 10px;
}

.news_listt1 li h3 {
	font-size: 14px;
}

.news_listt1 li p {
	font-size: 12px;
	max-height: 60px;
	overflow: hidden;
}

.news_listt1 li a {
	line-height: 27px;
	font-size: 16px;
	color: #333;
}

.news_listt1 li a:link {
	color: #333;
}

.news_listt1 li a:visited {
	color: #333;
}

.news_listt1 li a:hover,
a:active,
a:focus {
	color: #0086db;
	text-decoration: none;
	outline: none;
}

.news_listt1 li span {
	color: #999;
	z-index: 0;
	line-height: 27px;
	font-size: 12px;
}

.new1 li {
	border-bottom: 1px solid #dddddd;
	background: url(../images/list_dot1.jpg) no-repeat 0% 50%;
	padding-left: 13px;
}

.words li a {
	display: block;
	width: 100%;
	border: 1px dashed #d0d0d0;
	background: #fcfcfc;
	margin-top: 10px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.words li a:link {
	color: #666;
}

.words li a:visited {
	color: #666;
}

.words li a:hover,
a:active,
a:focus {
	color: #0086db;
	text-decoration: none;
	outline: none;
}

.words li a:hover {
	background: #0086db;
	color: #fff
}


/*----------------------------------------------产品列表---------------------------------*/

.product_list li {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	width: 30%;
}

.product_list li a.img {
	border: 1px solid #e0e1dc;
}

.product_list li a.img img {
	display: block;
	width: 100%;
}

.product_list li h3 {
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.product_list li h3 a {
	font-weight: normal;
	font-size: 14px;
}

.product_list li h3 a:link {
	color: #666;
}

.product_list li h3 a:visited {
	color: #666;
}

.product_list li h3 a:hover,
a:active,
a:focus {
	color: #0086db;
	text-decoration: none;
	outline: none;
}

.product_list li h3 a:hover {}

.product_list li a.img {
	display: block;
}

.product_list li a.img:hover {
	border-color: #0086db;
}

.roll_product {
	float: left;
}

.cases_list li {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}

.cases_list li a.img {
	border: 1px solid #e0e1dc;
}

.cases_list li a.img img {
	display: block;
	width: 268px;
	height: auto;
}

.cases_list li h3 {
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.cases_list li h3 a {
	font-weight: normal;
	font-size: 14px;
}

.cases_list li h3 a:link {
	color: #666;
}

.cases_list li h3 a:visited {
	color: #666;
}

.cases_list li h3 a:hover,
a:active,
a:focus {
	color: #0086db;
	text-decoration: none;
	outline: none;
}

.cases_list li a.img {
	display: block;
}

.cases_list li a.img:hover {
	border-color: #0086db;
}

.roll_product {
	float: left;
}


/*---------------------------------------------产品内页---------------------------------*/

.product_detail {
	padding: 5px;
}

.product_detail h1.title {
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	border-bottom: 1px solid #e0e1dc;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.product_detail .img img {
	width: 364px;
	height: auto;
	border: 1px solid #e0e1dc;
	padding: 1px;
	float: left;
	display: block;
}

.product_detail .img .list {
	width: 324px;
	float: right;
	margin-right: 158px;
}

.product_detail .small {
	width: 273px;
	height: 200px;
}

.jqzoom {
	text-decoration: none;
	float: left;
}

.product_detail .list {
	width: 300px;
	float: left;
	margin-left: 30px;
	display: inline;
	padding-top: 8px;
}

.list_p {}

.list_p li {
	font-size: 12px;
	border-bottom: 1px dashed #e0e1dc;
	font-family: "Microsoft YaHei";
	padding: 10px 0
}

.list_p li h2 {
	font-size: 12px;
	font-weight: normal;
	font-family: "Microsoft YaHei";
}

.product_detail .inquiry a {
	display: block;
	width: 112px;
	height: 30px;
	background: #0086db;
	color: #fff;
	line-height: 30px;
	text-align: center;
}

.list_p li h2 a {
	font-size: 12px;
	font-family: "Microsoft YaHei"
}

.p_detail .excerpt {
	font-size: 14px;
	color: #666;
	padding-left: 10px;
	line-height: 24px;
	background: #f2f2f2;
	padding: 10px 15px;
	margin: 20px 0 10px;
}

.p_detail .excerpt span {
	font-size: 14px;
	padding-left: 10px;
}

.p_detail span.title {
	line-height: 28px;
	height: 28px;
	text-align: left;
	margin-top: 10px;
	display: block;
	padding-left: 10px;
	font-size: 14px;
	border-bottom: 1px solid #333;
}

.p_detail p.dd {
	padding-top: 5px;
	padding-bottom: 5px;
}

h3.tag {
	line-height: 32px;
	border-top: 1px dashed #e0e1dc;
	margin-top: 10px;
	color: #999;
	font-weight: normal;
	font-size: 12px;
}

h3.tag a {
	color: #333;
}

h3.tag a:hover {
	color: #0086db;
}

.page {
	line-height: 26px;
	padding-top: 5px;
	font-size: 12px;
}

.page a {
	color: #333;
}

.page a:hover {
	color: #0086db;
}

.page span {
	color: #333;
}


/*--------------------------------------------新闻详情-------------------------------------*/

.news_detail h1.title {
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	border-bottom: 1px solid #e0e1dc;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

.news_detail h3.title_bar {
	line-height: 26px;
	text-align: center;
	font-weight: normal;
	color: #808080;
	float: left;
	height: 26px;
	overflow: hidden;
	font-size: 12px;
	width: 258px;
}

.news_detail h3.title_bar span {
	padding-right: 2px;
}

h3.title_bar {
	margin-left: 40px;
	width: 432px;
	float: left;
}

.share {
	padding-left: 5px;
	padding-bottom: 8px;
	float: left;
	width: 240px;
	height: 26px;
}

.info_title {
	border-bottom: 1px solid #e1e4e6;
	width: 600px;
	margin: 0 auto;
}

.case_title {
	border-bottom: 1px solid #e1e4e6;
}

.news_detail .excerpt {
	font-size: 14px;
	color: #666;
	padding-left: 10px;
	line-height: 24px;
	background: #f2f2f2;
	padding: 10px 15px;
	margin: 20px 0 10px;
}


/*------------------------------------------案例详情--------------------------------------*/

.case_detail h1 {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dotted #ccc;
	width: 880px;
	margin: 0 auto
}

.case_detail .img img {
	width: 600px;
	margin: 20px 0;
	height: auto;
}

.case_detail .detail {
	overflow: hidden;
	width: 440px;
	margin: 0 auto;
}

.case_detail .detail li {
	float: left;
	font-size: 14px;
	margin: 10px 20px 0 0;
	line-height: 30px;
}


/*内页留言*/

.message {
	padding-left: 30px;
	padding-top: 10px;
	z-index: 100;
	position: relative;
}

.message input {
	vertical-align: middle;
}

.message #name {
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0;
	padding-left: 6px;
	border: 1px solid #dedede;
	width: 200px;
}

.message #contact {
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0;
	padding-left: 6px;
	border: 1px solid #dedede;
	width: 200px;
}

.message #content {
	display: block;
	width: 460px;
	height: 120px;
	padding: 6px;
	font-size: 12px;
	border: 1px solid #dedede;
	margin-top: 6px;
}

.message .msgbtn {
	background: #0086db;
	cursor: pointer;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: none;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	margin-top: 15px;
	font-family: "Microsoft YaHei";
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#code {
	padding-top: 10px;
	line-height: 26px;
}

#code img {
	height: 32px;
}

#checkcode {
	height: 32px;
	line-height: 32px;
	width: 120px;
	border: 1px solid #dedede;
	padding-left: 5px;
}

#message_main tr {
	position: relative;
}

#message_main tr th {
	font-weight: normal;
	text-align: right;
	height: 42px;
	line-height: 42px;
	color: #666;
}

.m_label {
	position: absolute;
	width: 160px;
	text-align: left;
	line-height: 26px;
	padding-left: 8px;
	color: #ccc;
	z-index: 1;
	cursor: text;
}

.c_label {
	line-height: 18px;
	padding-top: 12px;
}

.case_detail .title {
	line-height: 28px;
	height: 28px;
	text-align: left;
	margin-top: 10px;
	display: block;
	padding-left: 10px;
	font-size: 14px;
	border-bottom: 1px solid #333;
}

.case_detail .excerpt {
	font-size: 14px;
	color: #666;
	padding-left: 10px;
	line-height: 24px;
	background: #f2f2f2;
	padding: 10px 15px;
	margin: 20px 0 10px;
}


/*相关产品和新闻*/

.relate_list {
	margin-top: 10px;
}

.relate h4 {
	line-height: 30px;
	border-bottom: 2px solid #0086db;
	padding-left: 5px;
	font-size: 16px;
}

#relate_p .img img {
	width: 193px;
	height: auto;
}

#relate_p li {
	_display: inline;
	margin: 0 12px;
}

#relate_n li {
	width: 48%;
	float: left;
	background: url(../images/list_dot1.jpg) no-repeat left center;
}

#relate_p li h3 {
	height: 30px;
	line-height: 30px;
}

.relate ul {
	float: none;
}

.city h2 {
	border-bottom: 2px solid #0086db;
	line-height: 30px;
	padding-left: 5px;
	font-size: 16px;
}

.city .item {
	line-height: 30px;
	margin-top: 10px;
	padding: 0 10px;
}

.city .item a {
	margin-right: 5px;
	font-size: 14px;
}

.city .item a:link {
	color: #666;
}

.city .item a:visited {
	color: #666;
}

.city .item a:hover,
a:active,
a:focus {
	color: #0086db;
	text-decoration: none;
	outline: none;
}


/*------------------------------------------下载内页--------------------------------------*/

.right .down-load {
	width: 100px;
	height: 30px;
	background: #0086db;
	margin-left: 10px;
}

.right .down-load a {
	line-height: 30px;
	display: block;
	text-align: center;
	color: #fff;
}

.right .down-load a:hover {
	color: #fff;
}

.news_detail .title {
	line-height: 28px;
	height: 28px;
	text-align: left;
	margin-top: 10px;
	display: block;
	padding-left: 10px;
	font-size: 14px;
	border-bottom: 1px solid #333;
}


/*分页样式*/

.page {
	margin-top: 20px;
}

#pagination {
	height: 40px;
	padding: 20px 10px;
}

#pagination li {
	padding: 0;
}

#pagination a {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 12px;
	height: 24px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
}

#pagination .disabled a,
#pagination .ellipsis a {
	border: 1px solid #ddd;
	color: #ddd;
	cursor: not-allowed;
}

#pagination .disabled a:hover,
#pagination .ellipsis a:hover {
	border: 1px solid #ddd;
	color: #ddd
}

#pagination a:hover {
	color: #333;
	border: 1px #0086db solid;
}

#pagination a.cur {
	border: none;
	background: #df1600;
	color: #fff;
}

#pagination p {
	float: left;
	padding: 2px 12px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
}

#pagination p.paginationRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #666;
}

#pagination p.paginationRemark b {
	color: red;
}

#pagination p.paginationEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}

#pagination .active a {
	background: #0086db;
	color: #fff
}</pre></body></html>